[INFO] fetching crate vecdb_derive 0.10.3...
[INFO] fixing vecdb_derive-0.10.3 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate vecdb_derive 0.10.3 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate vecdb_derive 0.10.3
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate vecdb_derive 0.10.3
[INFO] tweaked toml for crates.io crate vecdb_derive 0.10.3 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate vecdb_derive 0.10.3 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate vecdb_derive 0.10.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a14d6fb61234421d9ddb4f1ad14e912738d738b368652ec247f18f79951c5ab7
[INFO] running `Command { std: "docker" "start" "a14d6fb61234421d9ddb4f1ad14e912738d738b368652ec247f18f79951c5ab7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a14d6fb61234421d9ddb4f1ad14e912738d738b368652ec247f18f79951c5ab7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a14d6fb61234421d9ddb4f1ad14e912738d738b368652ec247f18f79951c5ab7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a14d6fb61234421d9ddb4f1ad14e912738d738b368652ec247f18f79951c5ab7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]     Checking vecdb_derive v0.10.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `vecdb`
[INFO] [stdout]  --> tests/pco_generics.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use vecdb::{
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `vecdb`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `vecdb`, use `cargo add vecdb` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vecdb`
[INFO] [stdout]  --> tests/bytes.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use vecdb::{
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `vecdb`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `vecdb`, use `cargo add vecdb` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vecdb`
[INFO] [stdout]  --> tests/bytes_generics.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use vecdb::{
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `vecdb`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `vecdb`, use `cargo add vecdb` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `vecdb`
[INFO] [stdout]  --> tests/pco.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use vecdb::{
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `vecdb`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `vecdb`, use `cargo add vecdb` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vecdb` in this scope
[INFO] [stdout]   --> tests/pco_generics.rs:19:45
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn test_derive_pco_with_single_generic() -> vecdb::Result<()> {
[INFO] [stdout]    |                                             ^^^^^ use of unresolved module or unlinked crate `vecdb`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `vecdb`, use `cargo add vecdb` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vecdb` in this scope
[INFO] [stdout]   --> tests/pco_generics.rs:41:46
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn test_derive_pco_with_different_types() -> vecdb::Result<()> {
[INFO] [stdout]    |                                              ^^^^^ use of unresolved module or unlinked crate `vecdb`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `vecdb`, use `cargo add vecdb` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vecdb` in this scope
[INFO] [stdout]   --> tests/pco_generics.rs:76:46
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn test_derive_pco_with_nested_generics() -> vecdb::Result<()> {
[INFO] [stdout]    |                                              ^^^^^ use of unresolved module or unlinked crate `vecdb`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `vecdb`, use `cargo add vecdb` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vecdb` in this scope
[INFO] [stdout]   --> tests/pco_generics.rs:97:44
[INFO] [stdout]    |
[INFO] [stdout] 97 | fn test_derive_pco_with_float_generic() -> vecdb::Result<()> {
[INFO] [stdout]    |                                            ^^^^^ use of unresolved module or unlinked crate `vecdb`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `vecdb`, use `cargo add vecdb` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vecdb_derive` (test "pco_generics") due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `vecdb` in this scope
[INFO] [stdout]   --> tests/bytes_generics.rs:19:47
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn test_derive_bytes_with_single_generic() -> vecdb::Result<()> {
[INFO] [stdout]    |                                               ^^^^^ use of unresolved module or unlinked crate `vecdb`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `vecdb`, use `cargo add vecdb` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vecdb` in this scope
[INFO] [stdout]   --> tests/bytes_generics.rs:41:48
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn test_derive_bytes_with_different_types() -> vecdb::Result<()> {
[INFO] [stdout]    |                                                ^^^^^ use of unresolved module or unlinked crate `vecdb`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `vecdb`, use `cargo add vecdb` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vecdb` in this scope
[INFO] [stdout]   --> tests/bytes_generics.rs:78:48
[INFO] [stdout]    |
[INFO] [stdout] 78 | fn test_derive_bytes_with_nested_generics() -> vecdb::Result<()> {
[INFO] [stdout]    |                                                ^^^^^ use of unresolved module or unlinked crate `vecdb`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `vecdb`, use `cargo add vecdb` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vecdb` in this scope
[INFO] [stdout]    --> tests/bytes_generics.rs:100:46
[INFO] [stdout]     |
[INFO] [stdout] 100 | fn test_derive_bytes_with_float_generic() -> vecdb::Result<()> {
[INFO] [stdout]     |                                              ^^^^^ use of unresolved module or unlinked crate `vecdb`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `vecdb`, use `cargo add vecdb` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vecdb_derive` (test "bytes_generics") due to 5 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `vecdb` in this scope
[INFO] [stdout]   --> tests/bytes.rs:11:37
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn test_derive_bytes_vec_value() -> vecdb::Result<()> {
[INFO] [stdout]    |                                     ^^^^^ use of unresolved module or unlinked crate `vecdb`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `vecdb`, use `cargo add vecdb` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vecdb` in this scope
[INFO] [stdout]   --> tests/bytes.rs:42:32
[INFO] [stdout]    |
[INFO] [stdout] 42 | fn test_derive_with_float() -> vecdb::Result<()> {
[INFO] [stdout]    |                                ^^^^^ use of unresolved module or unlinked crate `vecdb`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `vecdb`, use `cargo add vecdb` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vecdb_derive` (test "bytes") due to 3 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `vecdb` in this scope
[INFO] [stdout]   --> tests/pco.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 | fn test_derive_pco_vec_value() -> vecdb::Result<()> {
[INFO] [stdout]    |                                   ^^^^^ use of unresolved module or unlinked crate `vecdb`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `vecdb`, use `cargo add vecdb` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `vecdb` in this scope
[INFO] [stdout]   --> tests/pco.rs:41:32
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn test_derive_with_float() -> vecdb::Result<()> {
[INFO] [stdout]    |                                ^^^^^ use of unresolved module or unlinked crate `vecdb`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `vecdb`, use `cargo add vecdb` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vecdb_derive` (test "pco") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "a14d6fb61234421d9ddb4f1ad14e912738d738b368652ec247f18f79951c5ab7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a14d6fb61234421d9ddb4f1ad14e912738d738b368652ec247f18f79951c5ab7", kill_on_drop: false }`
[INFO] [stdout] a14d6fb61234421d9ddb4f1ad14e912738d738b368652ec247f18f79951c5ab7
